home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00109.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
235 b
|
15 lines
on borecheck
global bore, s, label
if bore > 8 then
set bore to 0
set s to random(10)
if label = 1 then
do("sel" & s & EMPTY)
else
do("sel" & s + 10 & EMPTY)
end if
else
nothing()
end if
end